{include file="header.html"}

{foreach from=$blog_list item=blog} {/foreach}
博客标号 博客标题 所属分类 作者 操作
{$blog.blog_id} {$blog.title} {$blog.cat_name} {$blog.user_name} 编辑 | 删除
{include file="page.html"}

{include file="footer.html"}